Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / FileHeader Class / FileHeader Constructor / FileHeader Constructor(Byte[])

In This Topic
    FileHeader Constructor(Byte[])
    In This Topic
    Create a new header from the provided byte array
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal data() As Byte _
    )
    public FileHeader( 
       byte[] data
    )

    Parameters

    data
    Remarks
    The byte array must have at least as many bytes as indicated by the Header Size.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also